ci: Build Broadway on MacOS
authorMatthias Clasen <mclasen@redhat.com>
Fri, 18 Jun 2021 13:08:32 +0000 (06:08 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 18 Jun 2021 13:09:14 +0000 (06:09 -0700)
We've seen a build failure if Broadway is built without
the X11 backend. Lets recreate that configuration in ci
so it doesn't break again.

.gitlab-ci.yml

index 026e5fe95ca98de844fc68c7327eebac5d3677cc..c100755896dd20126c5ec9806cc44c7127976d88 100644 (file)
@@ -170,6 +170,8 @@ macos:
     - export MESON_FORCE_BACKTRACE=1
   script:
     - meson -Dx11-backend=false
+            -Dbroadway-backend=true
+            -Dmacos-backend=true
             -Dintrospection=disabled
             -Dcpp_std=c++11
             -Dpixman:tests=disabled